home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / photo.dxr / 00055.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  553 b   |  34 lines

  1. global trans, img, m1
  2.  
  3. on mouseEnter
  4.   cursor([121, 122])
  5.   set the member of sprite 51 to 72
  6. end
  7.  
  8. on mouseDown
  9. end
  10.  
  11. on mouseUp
  12.   img = 0
  13.   if img = 0 then
  14.     cursor(-1)
  15.     repeat with pp = 43 to 44
  16.       sprite(pp).visible = 0
  17.     end repeat
  18.     sprite(45).member = member(26, "pp")
  19.     m1()
  20.     set the member of sprite 46 to 49
  21.     sprite(24).visible = 0
  22.     sprite(23).visible = 1
  23.     sprite(19).visible = 0
  24.     sprite(20).visible = 1
  25.     go(#previous)
  26.   end if
  27.   cursor(-1)
  28. end
  29.  
  30. on mouseLeave
  31.   cursor(-1)
  32.   set the member of sprite 51 to 74
  33. end
  34.